home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Diversos / Coeli Stella 2000 / _SETUP.1 / Stella.exe / 0 / RCDATA / TREPORTFORM / TREPORTFORM.txt
Text File  |  1999-03-13  |  11KB  |  449 lines

  1. object ReportForm: TReportForm
  2.   Left = 648
  3.   Top = 116
  4.   Width = 373
  5.   Height = 272
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Stella Report'
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 125
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 365
  24.     Height = 240
  25.     Align = alClient
  26.     BevelOuter = bvLowered
  27.     Caption = 'Panel1'
  28.     TabOrder = 0
  29.     object Memo1: TMemo
  30.       Left = 1
  31.       Top = 42
  32.       Width = 363
  33.       Height = 197
  34.       Align = alClient
  35.       Color = clBlack
  36.       Font.Color = 5506044
  37.       Font.Height = -16
  38.       Font.Name = 'Times New Roman'
  39.       Font.Style = [fsBold]
  40.       ParentFont = False
  41.       ReadOnly = True
  42.       TabOrder = 0
  43.     end
  44.     object ScrollBox1: TScrollBox
  45.       Left = 1
  46.       Top = 42
  47.       Width = 363
  48.       Height = 197
  49.       VertScrollBar.Range = 650
  50.       Align = alClient
  51.       AutoScroll = False
  52.       TabOrder = 1
  53.       Visible = False
  54.       object TailorPanel: TPanel
  55.         Left = 0
  56.         Top = 0
  57.         Width = 338
  58.         Height = 650
  59.         Align = alClient
  60.         TabOrder = 0
  61.         Visible = False
  62.         object Panel4: TPanel
  63.           Left = 167
  64.           Top = 406
  65.           Width = 147
  66.           Height = 85
  67.           BevelInner = bvRaised
  68.           BevelOuter = bvLowered
  69.           TabOrder = 23
  70.           object DistanceAU: TRadioButton
  71.             Left = 13
  72.             Top = 7
  73.             Width = 113
  74.             Height = 17
  75.             Caption = 'Distance AU'
  76.             Checked = True
  77.             TabOrder = 0
  78.             TabStop = True
  79.           end
  80.           object DistanceKm: TRadioButton
  81.             Left = 13
  82.             Top = 32
  83.             Width = 113
  84.             Height = 17
  85.             Caption = 'Distance Km'
  86.             TabOrder = 1
  87.           end
  88.           object DistanceMiles: TRadioButton
  89.             Left = 13
  90.             Top = 57
  91.             Width = 111
  92.             Height = 17
  93.             Caption = 'Distance Miles'
  94.             TabOrder = 2
  95.           end
  96.         end
  97.         object LocalityBox: TCheckBox
  98.           Left = 16
  99.           Top = 88
  100.           Width = 97
  101.           Height = 17
  102.           Caption = 'Locality'
  103.           TabOrder = 0
  104.         end
  105.         object TimeBox: TCheckBox
  106.           Left = 16
  107.           Top = 120
  108.           Width = 96
  109.           Height = 17
  110.           Caption = 'Time'
  111.           State = cbChecked
  112.           TabOrder = 1
  113.         end
  114.         object RADecBox: TCheckBox
  115.           Left = 16
  116.           Top = 152
  117.           Width = 97
  118.           Height = 17
  119.           Caption = 'RA/DEC'
  120.           State = cbChecked
  121.           TabOrder = 2
  122.         end
  123.         object AltAzBox: TCheckBox
  124.           Left = 16
  125.           Top = 184
  126.           Width = 97
  127.           Height = 17
  128.           Caption = 'Alt/Az'
  129.           State = cbChecked
  130.           TabOrder = 3
  131.         end
  132.         object ConstelBox: TCheckBox
  133.           Left = 16
  134.           Top = 216
  135.           Width = 97
  136.           Height = 17
  137.           Caption = 'Constellation'
  138.           TabOrder = 4
  139.         end
  140.         object RemarksBox: TCheckBox
  141.           Left = 184
  142.           Top = 56
  143.           Width = 97
  144.           Height = 17
  145.           Caption = 'Remarks'
  146.           State = cbChecked
  147.           TabOrder = 5
  148.         end
  149.         object BayerBox: TCheckBox
  150.           Left = 184
  151.           Top = 88
  152.           Width = 141
  153.           Height = 17
  154.           Caption = 'Bayer designation'
  155.           State = cbChecked
  156.           TabOrder = 6
  157.         end
  158.         object YaleBox: TCheckBox
  159.           Left = 184
  160.           Top = 152
  161.           Width = 97
  162.           Height = 17
  163.           Caption = 'Yale (HR ) #'
  164.           TabOrder = 7
  165.         end
  166.         object FlamsteedBox: TCheckBox
  167.           Left = 184
  168.           Top = 120
  169.           Width = 98
  170.           Height = 17
  171.           Caption = 'Flamsteed #'
  172.           TabOrder = 8
  173.         end
  174.         object HDBox: TCheckBox
  175.           Left = 184
  176.           Top = 184
  177.           Width = 126
  178.           Height = 17
  179.           Caption = 'Henry Draper #'
  180.           TabOrder = 9
  181.         end
  182.         object RisetBox: TCheckBox
  183.           Left = 16
  184.           Top = 248
  185.           Width = 111
  186.           Height = 17
  187.           Caption = 'Rise and Set'
  188.           State = cbChecked
  189.           TabOrder = 10
  190.         end
  191.         object BrightnessBox: TCheckBox
  192.           Left = 16
  193.           Top = 280
  194.           Width = 97
  195.           Height = 17
  196.           Caption = 'Brightness'
  197.           State = cbChecked
  198.           TabOrder = 11
  199.         end
  200.         object ParallaxBox: TCheckBox
  201.           Left = 184
  202.           Top = 248
  203.           Width = 94
  204.           Height = 17
  205.           Caption = 'Parallax'
  206.           TabOrder = 12
  207.         end
  208.         object SAOBox: TCheckBox
  209.           Left = 184
  210.           Top = 216
  211.           Width = 97
  212.           Height = 17
  213.           Caption = 'SAO #'
  214.           TabOrder = 13
  215.         end
  216.         object CommonNameBox: TCheckBox
  217.           Left = 16
  218.           Top = 56
  219.           Width = 121
  220.           Height = 17
  221.           Caption = 'Common name'
  222.           State = cbChecked
  223.           TabOrder = 14
  224.         end
  225.         object RadioGroup1: TRadioGroup
  226.           Left = 8
  227.           Top = 299
  228.           Width = 146
  229.           Height = 88
  230.           TabOrder = 15
  231.         end
  232.         object SpectrumBox: TCheckBox
  233.           Left = 18
  234.           Top = 313
  235.           Width = 97
  236.           Height = 17
  237.           Caption = 'Spectrum'
  238.           State = cbChecked
  239.           TabOrder = 16
  240.         end
  241.         object FullSpectrum: TRadioButton
  242.           Left = 18
  243.           Top = 340
  244.           Width = 113
  245.           Height = 17
  246.           Caption = 'Full'
  247.           TabOrder = 17
  248.         end
  249.         object AbbrSpectrum: TRadioButton
  250.           Left = 18
  251.           Top = 359
  252.           Width = 113
  253.           Height = 17
  254.           Caption = 'Abbreviated'
  255.           Checked = True
  256.           TabOrder = 18
  257.           TabStop = True
  258.         end
  259.         object ProperMotionBox: TCheckBox
  260.           Left = 184
  261.           Top = 280
  262.           Width = 112
  263.           Height = 17
  264.           Caption = 'Proper motion'
  265.           TabOrder = 19
  266.         end
  267.         object Panel3: TPanel
  268.           Left = 166
  269.           Top = 305
  270.           Width = 147
  271.           Height = 81
  272.           BevelInner = bvRaised
  273.           BevelOuter = bvLowered
  274.           TabOrder = 20
  275.           object DistanceBox: TCheckBox
  276.             Left = 17
  277.             Top = 10
  278.             Width = 92
  279.             Height = 17
  280.             Caption = 'Distance'
  281.             State = cbChecked
  282.             TabOrder = 0
  283.           end
  284.           object DistancePc: TRadioButton
  285.             Left = 16
  286.             Top = 36
  287.             Width = 113
  288.             Height = 17
  289.             Caption = 'Parsecs'
  290.             TabOrder = 1
  291.           end
  292.           object DistanceLY: TRadioButton
  293.             Left = 16
  294.             Top = 55
  295.             Width = 113
  296.             Height = 17
  297.             Caption = 'Light years'
  298.             Checked = True
  299.             TabOrder = 2
  300.             TabStop = True
  301.           end
  302.         end
  303.         object VariabilityBox: TCheckBox
  304.           Left = 16
  305.           Top = 400
  306.           Width = 97
  307.           Height = 17
  308.           Caption = 'Variability'
  309.           TabOrder = 21
  310.         end
  311.         object AngularSizeBox: TCheckBox
  312.           Left = 16
  313.           Top = 433
  314.           Width = 97
  315.           Height = 17
  316.           Caption = 'Angular size'
  317.           State = cbChecked
  318.           TabOrder = 22
  319.         end
  320.         object Panel5: TPanel
  321.           Left = 13
  322.           Top = 5
  323.           Width = 311
  324.           Height = 41
  325.           BevelInner = bvRaised
  326.           BevelOuter = bvLowered
  327.           TabOrder = 24
  328.           object PopupMode: TCheckBox
  329.             Left = 66
  330.             Top = 12
  331.             Width = 218
  332.             Height = 17
  333.             Caption = 'Reports in popup mode?'
  334.             TabOrder = 0
  335.           end
  336.         end
  337.         object YaleNotes: TCheckBox
  338.           Left = 17
  339.           Top = 468
  340.           Width = 97
  341.           Height = 17
  342.           Caption = 'Yale notes'
  343.           TabOrder = 25
  344.         end
  345.         object YaleNotesBox: TGroupBox
  346.           Left = 15
  347.           Top = 512
  348.           Width = 301
  349.           Height = 114
  350.           Caption = 'Yale notes on:'
  351.           TabOrder = 26
  352.           object Duplicity: TCheckBox
  353.             Left = 28
  354.             Top = 32
  355.             Width = 97
  356.             Height = 17
  357.             Caption = 'Duplicity'
  358.             TabOrder = 0
  359.           end
  360.           object Variability: TCheckBox
  361.             Left = 28
  362.             Top = 63
  363.             Width = 97
  364.             Height = 17
  365.             Caption = 'Variability'
  366.             TabOrder = 1
  367.           end
  368.           object YaleNames: TCheckBox
  369.             Left = 156
  370.             Top = 33
  371.             Width = 97
  372.             Height = 17
  373.             Caption = 'Names'
  374.             TabOrder = 2
  375.           end
  376.         end
  377.       end
  378.     end
  379.     object Panel2: TPanel
  380.       Left = 1
  381.       Top = 1
  382.       Width = 363
  383.       Height = 41
  384.       Align = alTop
  385.       Caption = 'Panel2'
  386.       TabOrder = 2
  387.       Visible = False
  388.       object Label1: TLabel
  389.         Left = 99
  390.         Top = 13
  391.         Width = 178
  392.         Height = 16
  393.         Caption = 'Show the following on Reports'
  394.       end
  395.       object YesButton: TButton
  396.         Left = 8
  397.         Top = 8
  398.         Width = 75
  399.         Height = 25
  400.         Caption = 'Yes'
  401.         TabOrder = 0
  402.         OnClick = YesButtonClick
  403.       end
  404.     end
  405.   end
  406.   object IniOut1: TIniOut
  407.     FileName = 'STELLA.INI'
  408.     Items.Strings = (
  409.       'SAOBox;Checked;;Settings;SAOChecked;1;0'
  410.       'ReportForm;Width;;Dimensions;ReportFormWidth;1;0'
  411.       'ReportForm;Left;;Position;ReportFormLeft;1;0'
  412.       'ReportForm;Top;;Position;ReportFormTop;1;0'
  413.       'LocalityBox;Checked;;Settings;RepLocalityChecked;1;0'
  414.       'TimeBox;Checked;;Settings;RepTimeChecked;1;0'
  415.       'RADecBox;Checked;;Settings;RepRADECChecked;1;0'
  416.       'AltAzBox;Checked;;Settings;RepAltAzChecked;1;0'
  417.       'ConstelBox;Checked;;Settings;RepConstelChecked;1;0'
  418.       'RemarksBox;Checked;;Settings;RepRemarksChecked;1;0'
  419.       'BayerBox;Checked;;Settings;RepBayerChecked;1;0'
  420.       'YaleBox;Checked;;Settings;RepYaleChecked;1;0'
  421.       'FlamsteedBox;Checked;;Settings;RepFlamChecked;1;0'
  422.       'HDBox;Checked;;Settings;RepHDChecked;1;0'
  423.       'RisetBox;Checked;;Settings;RepRisetChecked;1;0'
  424.       'DistanceBox;Checked;;Settings;RepDistanceChecked;1;0'
  425.       'BrightnessBox;Checked;;Settings;RepBrightnessChecked;1;0'
  426.       'ReportForm;Visible;True;Appearance;ReportFormVisible;1;0'
  427.       'CommonNameBox;Checked;;Settings;CommonNameChecked;1;0'
  428.       'SpectrumBox;Checked;;Settings;SpectrumChecked;1;0')
  429.     RegistryRoot = CURRENT_USER
  430.     Left = 309
  431.     Top = 6
  432.   end
  433.   object IniOut2: TIniOut
  434.     FileName = 'STELLA.INI'
  435.     Items.Strings = (
  436.       'ReportForm;Height;;Dimensions;ReportFormHeight;1;0'
  437.       'AngularSizeBox;Checked;True;Settings;Angular size;1;0'
  438.       'DistanceKm;Checked;False;Settings;Distance in km;1;0'
  439.       'AbbrSpectrum;Checked;;Settings;Abbr spectrum;1;0'
  440.       'FullSpectrum;Checked;;Settings;Full spectrum;1;0'
  441.       'ProperMotionBox;Checked;;Settings;Proper motion report;1;0'
  442.       'ParallaxBox;Checked;False;Settings;Parallax report;1;0'
  443.       'PopupMode;Checked;False;Settings;Popup reports;1;0')
  444.     RegistryRoot = CURRENT_USER
  445.     Left = 278
  446.     Top = 6
  447.   end
  448. end
  449.